Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(transactions): send_7702_tx #129

Merged
merged 5 commits into from
Aug 29, 2024
Merged

feat(transactions): send_7702_tx #129

merged 5 commits into from
Aug 29, 2024

Conversation

yash-atreya
Copy link
Member

@yash-atreya yash-atreya commented Aug 16, 2024

Motivation

Closes #128

Solution

send 7702 tx. Need latest anvil and alloy

PR Checklist

  • Added Documentation
  • Breaking changes

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pedantic nit, can merge after new alloy release

Copy link
Member

@zerosnacks zerosnacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR lgtm, I don't think we would want to merge this into main with the patch and instead wait for the next Alloy release?

Cargo.toml Outdated
Comment on lines 121 to 122
[patch.crates-io]
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "f5eaddf" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove

@yash-atreya
Copy link
Member Author

Awaiting new alloy release before merging

@onbjerg
Copy link
Member

onbjerg commented Aug 29, 2024

@yash-atreya alloy 0.3.0 is released, so this should be unblocked

@onbjerg onbjerg added the enhancement New feature or request label Aug 29, 2024
@yash-atreya yash-atreya merged commit 6daa276 into main Aug 29, 2024
4 checks passed
@onbjerg onbjerg deleted the yash/7702-tx branch August 29, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add EIP-7702 example: send_eip7702_transaction.rs
5 participants